From 4bc932f7cbdd5689a108f83f36c5f9bc0dbfd7c6 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 24 Dec 2019 23:10:00 -0600 Subject: [PATCH] Remove unused test fixture --- tests/test___init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test___init__.py b/tests/test___init__.py index 2ea26a9..17fbfa0 100644 --- a/tests/test___init__.py +++ b/tests/test___init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2018, 2019 The Meme Factory, Inc. http://www.meme.com/ # This file is part of PGWUI_Server. # @@ -347,7 +347,7 @@ def test_exit_reporting_errors_logged( def test_exit_reporting_errors_printed( - assert_exit1, monkeypatch, caplog, capsys): + assert_exit1, monkeypatch, capsys): '''First and last (the extra) errors are printed on stderr ''' monkeypatch.setattr(sys, 'exit', assert_exit1()) -- 2.34.1